-
Notifications
You must be signed in to change notification settings - Fork 54
Add values for dynamic backend plugin support #111
Conversation
00116f6
to
dc071ef
Compare
9259d0b
to
d435249
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only minor cosmetic issues, see comments inline.
charts/backstage/values.yaml
Outdated
@@ -12,8 +16,12 @@ upstream: | |||
image: | |||
registry: quay.io | |||
repository: janus-idp/backstage-showcase | |||
tag: latest | |||
tag: next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please default to latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, but afaict that will the CI tests. Should I temporarily change the tags in [CI default values](git push origin dynamic-backend-plugins:dynamic-backend-plugins) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact I have temporarily changed the CI test initContainer
image tag to next
in commit c20c21b.
With that tests should succeed.
c20c21b
to
32f3493
Compare
Will also need to add the "integrity": {
"title": "Integrity checksum of the package. Optional for local packages. Supported algorithms include: `sha512`, `sha384` and `sha256`. Refer to https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description for more information",
"type": "string"
} |
32f3493
to
2988a20
Compare
0ce2e86
to
4d7a935
Compare
@tumido Is the PR OK for you now ? I assume we'll have to wait for the new release of the showcase before merging it ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last revert required, otherwise lgtm.
Signed-off-by: David Festal <dfestal@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>
4d7a935
to
6146d64
Compare
Signed-off-by: David Festal <dfestal@redhat.com>
6146d64
to
fd14dc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
fd14dc8
to
1bc21b2
Compare
@davidfestal we still need to add the integrity field into the helm chart schema since janus-idp/backstage-showcase#670 and janus-idp/backstage-showcase#704 are merged. |
Signed-off-by: David Festal dfestal@redhat.com
Description of the change
Existing or Associated Issue(s)
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -a
to apply changes.pre-commit
hook.ct lint
command.